+2012-02-13 Leo Liu <sdl.web@gmail.com>
+
+ * net/rcirc.el (rcirc-markup-attributes): Move point to the
+ beginning so that all \C-o chars are removed.
+
2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
* net/gnutls.el (gnutls-algorithm-priority): Add missing :group
(delete-region (match-beginning 1) (match-end 1))
(goto-char (match-beginning 1)))
;; remove the ^O characters now
+ (goto-char (point-min))
(while (re-search-forward "\C-o+" nil t)
(delete-region (match-beginning 0) (match-end 0))))